projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d9709fd
)
(real_install): Create site-lisp in installation dir.
author
Geoff Voelker
<voelker@cs.washington.edu>
Sun, 5 Jan 1997 02:14:28 +0000
(
02:14
+0000)
committer
Geoff Voelker
<voelker@cs.washington.edu>
Sun, 5 Jan 1997 02:14:28 +0000
(
02:14
+0000)
nt/makefile.nt
patch
|
blob
|
history
diff --git
a/nt/makefile.nt
b/nt/makefile.nt
index 9c34d0ea0f37734d25e4d840f3cd51d11c1f2463..336dbfc836fdb29d801b9d4b5d1a86bc2cb5b970 100644
(file)
--- a/
nt/makefile.nt
+++ b/
nt/makefile.nt
@@
-131,6
+131,7
@@
real_install:
- mkdir $(INSTALL_DIR)\info
- mkdir $(INSTALL_DIR)\lock
- mkdir $(INSTALL_DIR)\data
+ - mkdir $(INSTALL_DIR)\site-lisp
if not exist ..\same-dir.tst $(CP_DIR) ..\etc $(INSTALL_DIR)\etc
if not exist ..\same-dir.tst $(CP_DIR) ..\info $(INSTALL_DIR)\info
- $(DEL) ..\same-dir.tst